fix image file names
authorOwen Taylor <otaylor@src.gnome.org>
Sat, 19 Jan 2002 07:28:56 +0000 (07:28 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 19 Jan 2002 07:28:56 +0000 (07:28 +0000)
modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc

index 58cc6310c53f4d1fe581bb27894f9922152884fa..2d621e0d67bfc7781270679dac4afd6976ca3850 100644 (file)
@@ -3,9 +3,9 @@ style "default"
   fg[NORMAL] = "#ffffff"
   fg[PRELIGHT] = "#ffffff"
   bg_pixmap[NORMAL]      = "triangle_background.png"
-#  bg_pixmap[NORMAL]    = "bc.xpm"
-  bg_pixmap[PRELIGHT]    = "bc-light.xpm"
-  bg_pixmap[ACTIVE]      = "bc-dark.xpm"  bg_pixmap[INSENSITIVE] = "bc.xpm"
+#  bg_pixmap[NORMAL]    = "bc.png"
+  bg_pixmap[PRELIGHT]    = "bc-light.png"
+  bg_pixmap[ACTIVE]      = "bc-dark.png"  bg_pixmap[INSENSITIVE] = "bc.png"
 }
 
 class "GtkWidget" style "default"